Remove outdated comments
authorAndreas Pokorny <andreas.pokorny@canonical.com>
Tue, 19 Jul 2016 08:46:06 +0000 (10:46 +0200)
committerWilliam Hua <william.hua@canonical.com>
Thu, 11 Aug 2016 16:23:38 +0000 (12:23 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=768138

gdk/mir/gdkmirwindowimpl.c

index 46d92e24daace1f25a6e0cae65119a8fe43fb91f..fc86349c9b6e8105eb9a8e358e195c51a50983ff 100644 (file)
@@ -595,7 +595,6 @@ gdk_mir_window_impl_ref_cairo_surface (GdkWindow *window)
 
   ensure_surface (window);
 
-  /* Transient windows get rendered into a buffer and copied onto their parent */
   if (window->gl_paint_context)
     {
       cairo_surface = cairo_image_surface_create (pixel_format, window->width, window->height);